Produced by Araxis Merge on 2023-03-13 03:01:04 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Porto v4.0.4/Porto Theme/app/design/frontend/Smartwave/porto/Magento_Catalog/layout | catalog_product_view.xml | 2021-02-22 02:24:20 +0000 |
| 2 | Porto v4.0.5/Porto Theme/app/design/frontend/Smartwave/porto/Magento_Catalog/layout | catalog_product_view.xml | 2023-03-08 00:38:02 +0000 |
| Description | Between Files 1 and 2 | |
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 334 |
| Changed | 0 | 0 |
| Inserted | 1 | 50 |
| Removed | 0 | 0 |
| Whitespace | Consecutive whitespace is treated as a single space |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
| Active line-pairing rules |
No regular expressions were active.
| 1 | <?xml | 1 | <?xml | |||
| 2 | version="1.0" | 2 | version="1.0" | |||
| 3 | ?> | 3 | ?> | |||
| 4 | <!-- | 4 | <!-- | |||
| 5 | /** | 5 | /** | |||
| 6 | * Copyright © 2018 Porto. All rights reserved. | 6 | * Copyright © 2018 Porto. All rights reserved. | |||
| 7 | * See COPYING.txt for license details. | 7 | * See COPYING.txt for license details. | |||
| 8 | */ | 8 | */ | |||
| 9 | --> | 9 | --> | |||
| 10 | <page | 10 | <page | |||
| 11 | layout="2columns-right" | 11 | layout="2columns-right" | |||
| 12 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 12 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |||
| 13 | xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd" | 13 | xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd" | |||
| 14 | > | 14 | > | |||
| 15 | 15 | |||||
| 16 | <body> | 16 | <body> | |||
| 17 | 17 | |||||
| 18 | <referenceContainer | 18 | <referenceContainer | |||
| 19 | name="sidebar.additional" | 19 | name="sidebar.additional" | |||
| 20 | > | 20 | > | |||
| 21 | 21 | |||||
| 22 | <block | 22 | <block | |||
| 23 | class="Smartwave\Porto\Block\Template" | 23 | class="Smartwave\Porto\Block\Template" | |||
| 24 | name="product_view_custom_block" | 24 | name="product_view_custom_block" | |||
| 25 | before="-" | 25 | before="-" | |||
| 26 | template="Magento_Catalog::product/view/custom_block.phtml" | 26 | template="Magento_Catalog::product/view/custom_block.phtml" | |||
| 27 | /> | 27 | /> | |||
| 28 | 28 | |||||
| 29 | </referenceContainer> | 29 | </referenceContainer> | |||
| 30 | 30 | |||||
| 31 | <move | 31 | <move | |||
| 32 | element="product.info.review" | 32 | element="product.info.review" | |||
| 33 | destination="product.info.main" | 33 | destination="product.info.main" | |||
| 34 | before="product.info.price" | 34 | before="product.info.price" | |||
| 35 | /> | 35 | /> | |||
| 36 | 36 | |||||
| 37 | <move | 37 | <move | |||
| 38 | element="catalog.product.related" | 38 | element="catalog.product.related" | |||
| 39 | destination="sidebar.additional" | 39 | destination="sidebar.additional" | |||
| 40 | after="product_view_custom_block" | 40 | after="product_view_custom_block" | |||
| 41 | /> | 41 | /> | |||
| 42 | 42 | |||||
| 43 | <move | 43 | <move | |||
| 44 | element="product.info.overview" | 44 | element="product.info.overview" | |||
| 45 | destination="product.info.main" | 45 | destination="product.info.main" | |||
| 46 | after="product.info.price" | 46 | after="product.info.price" | |||
| 47 | /> | 47 | /> | |||
| 48 | 48 | |||||
| 49 | <move | 49 | <move | |||
| 50 | element="product.info.stock.sku" | 50 | element="product.info.stock.sku" | |||
| 51 | destination="product.info.main" | 51 | destination="product.info.main" | |||
| 52 | after="product.info.price" | 52 | after="product.info.price" | |||
| 53 | /> | 53 | /> | |||
| 54 | 54 | |||||
| 55 | <referenceContainer | 55 | <referenceContainer | |||
| 56 | name="content.aside" | |||||
| 57 | > | |||||
| 58 | ||||||
| 59 | <block | |||||
| 60 | class="Magento\Catalog\Block\Product\ProductList\Related" | |||||
| 61 | name="catalog.product.move.related" | |||||
| 62 | template="Magento_Catalog::product/list/items.phtml" | |||||
| 63 | ifconfig="porto_settings/product/move_related" | |||||
| 64 | > | |||||
| 65 | ||||||
| 66 | <arguments> | |||||
| 67 | ||||||
| 68 | <argument | |||||
| 69 | name="type" | |||||
| 70 | xsi:type="string" | |||||
| 71 | > | |||||
| 72 | related | |||||
| 73 | </argument> | |||||
| 74 | ||||||
| 75 | <argument | |||||
| 76 | name="view_model" | |||||
| 77 | xsi:type="object" | |||||
| 78 | > | |||||
| 79 | Magento\Catalog\ViewModel\Product\Listing\PreparePostData | |||||
| 80 | </argument> | |||||
| 81 | ||||||
| 82 | </arguments> | |||||
| 83 | ||||||
| 84 | <block | |||||
| 85 | class="Magento\Catalog\Block\Product\ProductList\Item\Container" | |||||
| 86 | name="related.product.addto" | |||||
| 87 | as="addto" | |||||
| 88 | > | |||||
| 89 | ||||||
| 90 | <block | |||||
| 91 | class="Magento\Catalog\Block\Product\ProductList\Item\AddTo\Compare" | |||||
| 92 | ||||||
| 93 | name="related.product.addto.compare" | |||||
| 94 | as="compare" | |||||
| 95 | ||||||
| 96 | template="Magento_Catalog::product/list/addto/compare.phtml" | |||||
| 97 | /> | |||||
| 98 | ||||||
| 99 | </block> | |||||
| 100 | ||||||
| 101 | </block> | |||||
| 102 | ||||||
| 103 | </referenceContainer> | |||||
| 104 | ||||||
| 105 | <referenceContainer | |||||
| 56 | name="after.body.start" | 106 | name="after.body.start" | |||
| 57 | > | 107 | > | |||
| 58 | 108 | |||||
| 59 | <block | 109 | <block | |||
| 60 | class="Magento\Catalog\Block\Product\View" | 110 | class="Magento\Catalog\Block\Product\View" | |||
| 61 | name="product_custom" | 111 | name="product_custom" | |||
| 62 | template="Magento_Catalog::product/view/product_custom.phtml" | 112 | template="Magento_Catalog::product/view/product_custom.phtml" | |||
| 63 | before="-" | 113 | before="-" | |||
| 64 | /> | 114 | /> | |||
| 65 | 115 | |||||
| 66 | <block | 116 | <block | |||
| 67 | class="Smartwave\Porto\Block\Template" | 117 | class="Smartwave\Porto\Block\Template" | |||
| 68 | name="product_view_config" | 118 | name="product_view_config" | |||
| 69 | after="-" | 119 | after="-" | |||
| 70 | template="Magento_Catalog::product/view/config.phtml" | 120 | template="Magento_Catalog::product/view/config.phtml" | |||
| 71 | /> | 121 | /> | |||
| 72 | 122 | |||||
| 73 | </referenceContainer> | 123 | </referenceContainer> | |||
| 74 | 124 | |||||
| 75 | <referenceContainer | 125 | <referenceContainer | |||
| 76 | name="columns.top" | 126 | name="columns.top" | |||
| 77 | > | 127 | > | |||
| 78 | 128 | |||||
| 79 | <block | 129 | <block | |||
| 80 | class="Magento\Catalog\Block\Product\View" | 130 | class="Magento\Catalog\Block\Product\View" | |||
| 81 | name="prev_next_products" | 131 | name="prev_next_products" | |||
| 82 | template="Magento_Catalog::product/view/prev_next.phtml" | 132 | template="Magento_Catalog::product/view/prev_next.phtml" | |||
| 83 | before="-" | 133 | before="-" | |||
| 84 | /> | 134 | /> | |||
| 85 | 135 | |||||
| 86 | </referenceContainer> | 136 | </referenceContainer> | |||
| 87 | 137 | |||||
| 88 | <move | 138 | <move | |||
| 89 | element="prev_next_products" | 139 | element="prev_next_products" | |||
| 90 | destination="product.info.main" | 140 | destination="product.info.main" | |||
| 91 | before="-" | 141 | before="-" | |||
| 92 | /> | 142 | /> | |||
| 93 | 143 | |||||
| 94 | <move | 144 | <move | |||
| 95 | element="page.main.title" | 145 | element="page.main.title" | |||
| 96 | destination="product.info.main" | 146 | destination="product.info.main" | |||
| 97 | before="-" | 147 | before="-" | |||
| 98 | /> | 148 | /> | |||
| 99 | 149 | |||||
| 100 | <referenceContainer | 150 | <referenceContainer | |||
| 101 | name="product.info.social" | 151 | name="product.info.social" | |||
| 102 | > | 152 | > | |||
| 103 | 153 | |||||
| 104 | <block | 154 | <block | |||
| 105 | class="Smartwave\Porto\Block\Template" | 155 | class="Smartwave\Porto\Block\Template" | |||
| 106 | name="product_view_addthis_links" | 156 | name="product_view_addthis_links" | |||
| 107 | before="-" | 157 | before="-" | |||
| 108 | template="Magento_Catalog::product/view/addthis.phtml" | 158 | template="Magento_Catalog::product/view/addthis.phtml" | |||
| 109 | /> | 159 | /> | |||
| 110 | 160 | |||||
| 111 | </referenceContainer> | 161 | </referenceContainer> | |||
| 112 | 162 | |||||
| 113 | <referenceContainer | 163 | <referenceContainer | |||
| 114 | name="content" | 164 | name="content" | |||
| 115 | > | 165 | > | |||
| 116 | 166 | |||||
| 117 | <block | 167 | <block | |||
| 118 | class="Smartwave\Porto\Block\RickSnippet" | 168 | class="Smartwave\Porto\Block\RickSnippet" | |||
| 119 | name="rich_snippet" | 169 | name="rich_snippet" | |||
| 120 | template="Magento_Catalog::product/view/rich_snippet.phtml" | 170 | template="Magento_Catalog::product/view/rich_snippet.phtml" | |||
| 121 | before="-" | 171 | before="-" | |||
| 122 | /> | 172 | /> | |||
| 123 | 173 | |||||
| 124 | <block | 174 | <block | |||
| 125 | class="Smartwave\Porto\Block\Template" | 175 | class="Smartwave\Porto\Block\Template" | |||
| 126 | name="product_view_main_custom_block" | 176 | name="product_view_main_custom_block" | |||
| 127 | ifconfig="porto_settings/product/main_custom_block" | 177 | ifconfig="porto_settings/product/main_custom_block" | |||
| 128 | before="product.info.main" | 178 | before="product.info.main" | |||
| 129 | template="Magento_Catalog::product/view/main_custom_block.phtml" | 179 | template="Magento_Catalog::product/view/main_custom_block.phtml" | |||
| 130 | /> | 180 | /> | |||
| 131 | 181 | |||||
| 132 | <block | 182 | <block | |||
| 133 | class="Smartwave\Porto\Block\Template" | 183 | class="Smartwave\Porto\Block\Template" | |||
| 134 | name="product.clearer" | 184 | name="product.clearer" | |||
| 135 | after="product.info.media" | 185 | after="product.info.media" | |||
| 136 | template="Magento_Catalog::product/view/clearer.phtml" | 186 | template="Magento_Catalog::product/view/clearer.phtml" | |||
| 137 | /> | 187 | /> | |||
| 138 | 188 | |||||
| 139 | </referenceContainer> | 189 | </referenceContainer> | |||
| 140 | 190 | |||||
| 141 | <move | 191 | <move | |||
| 142 | element="product_view_main_custom_block2" | 192 | element="product_view_main_custom_block2" | |||
| 143 | destination="product.info.main" | 193 | destination="product.info.main" | |||
| 144 | after="product.info.overview" | 194 | after="product.info.overview" | |||
| 145 | /> | 195 | /> | |||
| 146 | 196 | |||||
| 147 | <move | 197 | <move | |||
| 148 | element="product.info.main" | 198 | element="product.info.main" | |||
| 149 | destination="content" | 199 | destination="content" | |||
| 150 | after="product.info.media" | 200 | after="product.info.media" | |||
| 151 | /> | 201 | /> | |||
| 152 | 202 | |||||
| 153 | <referenceContainer | 203 | <referenceContainer | |||
| 154 | name="columns" | 204 | name="columns" | |||
| 155 | > | 205 | > | |||
| 156 | 206 | |||||
| 157 | <block | 207 | <block | |||
| 158 | class="Smartwave\Porto\Block\Template" | 208 | class="Smartwave\Porto\Block\Template" | |||
| 159 | name="side_popup" | 209 | name="side_popup" | |||
| 160 | after="-" | 210 | after="-" | |||
| 161 | template="Magento_Catalog::product/view/side_popup.phtml" | 211 | template="Magento_Catalog::product/view/side_popup.phtml" | |||
| 162 | /> | 212 | /> | |||
| 163 | 213 | |||||
| 164 | </referenceContainer> | 214 | </referenceContainer> | |||
| 165 | 215 | |||||
| 166 | </body> | 216 | </body> | |||
| 167 | </page> | 217 | </page> |
Araxis Merge (but not the data content of this report) is Copyright © 1993–2019 Araxis Ltd (www.araxis.com). All rights reserved.